projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7daaba
)
Describe --script.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 2002 18:49:11 +0000
(18:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 2002 18:49:11 +0000
(18:49 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 7620c1ed63e1ec9dc8d778356096f087895a4450..9c882c0d88694c636f2ec9b1e50ef97b7798442f 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-1015,6
+1015,12
@@
with Custom.
\f
* Lisp Changes in Emacs 21.4
+** The option --script FILE runs Emacs in batch mode and loads FILE.
+It is useful for writing Emacs Lisp shell script files, because they
+can start with
+
+ #!/usr/bin/emacs --script
+
** A function's docstring can now hold the function's usage info on
its last line. It should match the regexp "\n\n(fn.*)\\'".